3 avatar="http://cdn.libravatar.org/avatar/79aaf48dabedd7cd96a9117685fbe2cc"
4 subject="Reproducible Example"
5 date="2022-04-29T15:57:34Z"
7 Fast reproducible example:
10 ❯ mkdir annextest && cd annextest
12 Initialized empty Git repository in ./annextest/.git/
15 (recording state in git...)
16 ❯ echo \"some data\" > testfile
23 (use \"git add <file>...\" to include in what will be committed)
26 nothing added to commit but untracked files present (use \"git add\" to track)
30 (recording state in git...)
31 ❯ git annex sync --content
33 [master (root-commit) d5dfa14] git-annex in user@dev:~/annextest
34 1 file changed, 1 insertion(+)
35 create mode 120000 testfile
38 repair Running git fsck ...
39 Fsck found no problems. Checking for broken branches.
40 Found problems, attempting repair.
41 Some git branches refer to missing objects:
43 To force a recovery to a usable state, retry with the --force parameter.